adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ReadOnlyDictionary<TKey,TValue> Class
Properties Methods

In This Topic
    ReadOnlyDictionary<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by ReadOnlyDictionary<TKey,TValue>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the ReadOnlyCollection instance. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<TKey,TValue>>)
    Public PropertyOverloaded. Gets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether an element is in the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<TKey,TValue>>)
    Public Method  
    Public MethodCopies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<TKey,TValue>>)
    Public MethodReturns an enumerator that iterates through the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<TKey,TValue>>)
    Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<TKey,TValue>>)
    Public Method  
    Top
    See Also